![]() |
PATH![]() |
![]() ![]() |
The URLReference data type is an opaque data structure that refers to a URL. Most URL Access Manager functions require a URLReference , which is defined as follows:
typedef struct OpaqueURLReference* URLReference;
You call URLNewReference to create a URL reference. You call URLDisposeReference to dispose of the reference when you no longer need it.